RetrieveAll<T> Method

Summary
Retrieves all item with the specified type.
Syntax
C#
VB
C++
public static IEnumerable<T> RetrieveAll<T>() 
  
Public Shared Function RetrieveAll(Of T)() As IEnumerable(Of T) 
public: 
static IEnumerable<T^>^ RetrieveAllgeneric<typename T> 
();  

Type Parameters

T
They type to retrieve.

Return Value

The new child container.

Remarks

A child container shares the parent's configuration, but can be configured with different settings or lifetime.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.